home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / comms / other / slrn / slrn_src / slrnpull / slrnpull.conf < prev    next >
Text File  |  1999-05-14  |  1KB  |  41 lines

  1. # This file is a sample configuration file for slrnpull.  Such a file must 
  2. # exist in the slrnpull spool directory.
  3.  
  4. # The syntax of the file is very simple.  
  5. # Any line that is blank of begins with a '#' character will be ignored by 
  6. # slrnpull.  The remaining lines consist of 1-3 fields separated by 
  7. # whitespace:
  8. #
  9. #   NEWSGROUP_NAME  MAX_ARTICLES_TO_RETRIEVE   NUMBER_OF_DAYS_BEFORE_EXPIRE
  10. #
  11. # The first field must contain the name of a newsgroup.  
  12. # The second field denotes the number of articles to retrieve for the 
  13. # newsgroup; if its value is 0, all available articles will
  14. # be retrieved.
  15. #
  16. # The third field indicates the number of days after an article is retrieved
  17. # before it will be eligible for deletion.  If this value is 0, articles from
  18. # this group will not expire.
  19. #
  20. #
  21. # If a field is blank, or contains the single character '*', default values
  22. # will apply to the field.  Defaults may be set by a line whose newsgroup
  23. # field is 'default'.  Such a line will denote default values to be applied to 
  24. # the lines following it or until another default is established.
  25.  
  26. # For example:
  27. default                20    14
  28. # indicates a default value of 20 articles to be retrieved from the server and
  29. # that such an article will expire after 14 days.
  30.  
  31. # The following lines will get this default
  32. clari.world.europe.iberia
  33. rec.arts.movies.reviews
  34. rec.arts.movies.current-films    *    7
  35.  
  36. # Here is a new default:
  37. default                0    0
  38. clari.living.columns.joebob
  39. rec.food.recipes
  40.